Skip to content

Conversation

@jserv
Copy link

@jserv jserv commented Nov 20, 2025

Workflow had outdated dependencies, missing security hardening, and inefficient multi-platform builds for PRs. Fix:

  • Bump docker/build-push-action v5 → v6
  • Add concurrency control to prevent overlapping publishes
  • Add least-privilege permissions (contents:read, actions:write)
  • Conditional platforms: PRs build amd64 only, pushes build both
  • Enable GitHub Actions cache (cache-from/cache-to type=gha)

Workflow had outdated dependencies, missing security hardening, and
inefficient multi-platform builds for PRs. Fix:
- Bump docker/build-push-action v5 → v6
- Add concurrency control to prevent overlapping publishes
- Add least-privilege permissions (contents:read, actions:write)
- Conditional platforms: PRs build amd64 only, pushes build both
- Enable GitHub Actions cache (cache-from/cache-to type=gha)
@jserv jserv merged commit 67819bf into dev Nov 20, 2025
1 check passed
@jserv jserv deleted the ci-refine branch November 20, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants